home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / cxref-1.001 / cxref-1~ / cxref / INSTALL < prev    next >
Encoding:
Text File  |  1996-02-13  |  1.3 KB  |  42 lines

  1.                 C Cross Referencing & Documentation tool.
  2.                 =========================================
  3.  
  4. To install the program, do the following:
  5.  
  6. 1) Edit the Makefile in this directory
  7.         Set the variables
  8.         CC     = The C compiler
  9.         CFLAGS = C compiler flags
  10.         YACC   = yacc or bison program
  11.                 (you will need to remove the line
  12.                  '%expect ...' in parse.y if you use yacc)
  13.         LEX    = lex or flex program
  14.         LATEX  = LaTeX program
  15.  
  16.         CPP_TO_USE = the cxref-cpp program or an empty string (see README).
  17.  
  18. 2) Edit the Makefile in the query directory
  19.         Set the variables
  20.         CC     = The C compiler
  21.         CFLAGS = C compiler flags
  22.  
  23. 3) Edit the Makefile in the cpp directory
  24.         Set the variables
  25.         CC     = The C compiler
  26.         CFLAGS = C compiler flags
  27.         YACC   = yacc or bison program
  28.  
  29.         INCLUDE_DIR[123] = ... see the cpp/README file.
  30.  
  31. 4) Edit the Makefile in the doc directory
  32.         Set the variables
  33.         LATEX  = LaTeX program
  34.  
  35. 5) run 'make' in this directory to make all of the programs
  36.        'make docs' in this directory to make the README & documents
  37.  
  38.        (If the 'make' fails then try using the GNU make program
  39.         if not already doing so.)
  40.  
  41. 6) Print the README.tex LaTeX file or browse the README.html file.
  42.